/* 🔥 REMOVE GLOBAL PAGE BORDER */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow-x: hidden;
}

/* 🔥 Kill Zoho boxed layout */
.zs-site-container,
.zs-content,
.zs-row,
.zs-section {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 🔥 Ensure images stretch edge to edge */
img, video {
  display: block;
  max-width: 100%;
}

